DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class / Subindexes Property

In This Topic
    Subindexes Property
    In This Topic
    Gets the collection of subindexes added to this index.
    Syntax
    'Declaration
     
    Public ReadOnly Property Subindexes As SubindexCollection(Of T)
    public SubindexCollection<T> Subindexes {get;}

    Property Value

    The SubindexCollection<T> that contains the subindexes of this index.
    See Also